home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TFRMTOOLS / TFRMTOOLS.txt < prev   
Text File  |  1999-09-08  |  63KB  |  2,385 lines

  1. object frmTools: TfrmTools
  2.   Left = 220
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Preferences...'
  7.   ClientHeight = 327
  8.   ClientWidth = 441
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -13
  13.   Font.Name = 'Comic Sans MS'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Menu = mnuMain
  17.   OldCreateOrder = True
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 18
  24.   object pagPrefer: TPageControl
  25.     Left = 0
  26.     Top = 29
  27.     Width = 441
  28.     Height = 279
  29.     ActivePage = tabDisplay
  30.     Align = alClient
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -12
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     HotTrack = True
  37.     MultiLine = True
  38.     ParentFont = False
  39.     TabOrder = 0
  40.     OnChange = pagPreferChange
  41.     object tabDate: TTabSheet
  42.       Tag = 1
  43.       Caption = 'Date && Time'
  44.       ImageIndex = 19
  45.       object splDateTime: TSplitter
  46.         Left = 208
  47.         Top = 0
  48.         Width = 3
  49.         Height = 194
  50.         Cursor = crHSplit
  51.       end
  52.       object pnlDate: TPanel
  53.         Left = 0
  54.         Top = 194
  55.         Width = 433
  56.         Height = 35
  57.         Align = alBottom
  58.         BevelInner = bvLowered
  59.         Caption = 'pnlDate'
  60.         TabOrder = 0
  61.         object lblDateDisplay: TLabel
  62.           Left = 12
  63.           Top = 9
  64.           Width = 249
  65.           Height = 18
  66.           Alignment = taCenter
  67.           AutoSize = False
  68.           Caption = 'lblDateDisplay'
  69.         end
  70.         object chkDefault: TCheckBox
  71.           Left = 269
  72.           Top = 9
  73.           Width = 116
  74.           Height = 17
  75.           Hint = 'Set date format back to system default'
  76.           HelpContext = 1114
  77.           Caption = 'Return to default'
  78.           TabOrder = 0
  79.           OnClick = DefaultDateTime
  80.         end
  81.       end
  82.       object pnlDLeft: TPanel
  83.         Left = 0
  84.         Top = 0
  85.         Width = 208
  86.         Height = 194
  87.         Align = alLeft
  88.         BevelOuter = bvNone
  89.         TabOrder = 1
  90.         object lstDate: TListBox
  91.           Left = 0
  92.           Top = 37
  93.           Width = 208
  94.           Height = 157
  95.           Hint = '|Select date format'
  96.           HelpContext = 1114
  97.           Align = alClient
  98.           ItemHeight = 15
  99.           TabOrder = 0
  100.           OnClick = UpdateDateTime
  101.         end
  102.         object pnlDTitle: TPanel
  103.           Left = 0
  104.           Top = 0
  105.           Width = 208
  106.           Height = 37
  107.           Align = alTop
  108.           BevelInner = bvLowered
  109.           Caption = 'Date Formats'
  110.           TabOrder = 1
  111.         end
  112.       end
  113.       object pnlRight: TPanel
  114.         Left = 211
  115.         Top = 0
  116.         Width = 222
  117.         Height = 194
  118.         Align = alClient
  119.         BevelOuter = bvNone
  120.         TabOrder = 2
  121.         object lblTimeFormat: TLabel
  122.           Left = 153
  123.           Top = 8
  124.           Width = 77
  125.           Height = 15
  126.           Caption = 'Time Formats'
  127.         end
  128.         object lstTime: TListBox
  129.           Tag = 1
  130.           Left = 0
  131.           Top = 37
  132.           Width = 222
  133.           Height = 157
  134.           Hint = '|Select time format'
  135.           HelpContext = 1114
  136.           Align = alClient
  137.           ItemHeight = 15
  138.           TabOrder = 0
  139.           OnClick = UpdateDateTime
  140.         end
  141.         object pnlTTitle: TPanel
  142.           Left = 0
  143.           Top = 0
  144.           Width = 222
  145.           Height = 37
  146.           Align = alTop
  147.           BevelInner = bvLowered
  148.           Caption = 'Time Formats'
  149.           TabOrder = 1
  150.         end
  151.       end
  152.     end
  153.     object tabDisplay: TTabSheet
  154.       Tag = 5
  155.       Caption = 'Display'
  156.       ImageIndex = 49
  157.       object grpEditBox: TGroupBox
  158.         Left = 8
  159.         Top = 148
  160.         Width = 201
  161.         Height = 73
  162.         HelpContext = 1126
  163.         Caption = 'Display Edit Form'
  164.         Font.Charset = DEFAULT_CHARSET
  165.         Font.Color = clBlack
  166.         Font.Height = -11
  167.         Font.Name = 'Arial'
  168.         Font.Style = []
  169.         ParentFont = False
  170.         TabOrder = 0
  171.         object radMax: TRadioButton
  172.           Left = 16
  173.           Top = 24
  174.           Width = 85
  175.           Height = 17
  176.           Hint = '|New workspaces are created maximized'
  177.           HelpContext = 1126
  178.           Caption = 'Maximized'
  179.           Checked = True
  180.           Font.Charset = DEFAULT_CHARSET
  181.           Font.Color = clBlack
  182.           Font.Height = -11
  183.           Font.Name = 'Arial'
  184.           Font.Style = []
  185.           ParentFont = False
  186.           TabOrder = 0
  187.           TabStop = True
  188.           OnClick = UpdateEditDisplay
  189.         end
  190.         object radMin: TRadioButton
  191.           Tag = 1
  192.           Left = 108
  193.           Top = 24
  194.           Width = 77
  195.           Height = 17
  196.           Hint = '|New workspaces are created minimized'
  197.           HelpContext = 1126
  198.           Caption = 'Minimized'
  199.           Font.Charset = DEFAULT_CHARSET
  200.           Font.Color = clBlack
  201.           Font.Height = -11
  202.           Font.Name = 'Arial'
  203.           Font.Style = []
  204.           ParentFont = False
  205.           TabOrder = 1
  206.           OnClick = UpdateEditDisplay
  207.         end
  208.         object radNorm: TRadioButton
  209.           Tag = 2
  210.           Left = 16
  211.           Top = 48
  212.           Width = 77
  213.           Height = 17
  214.           Hint = '|New workspaces are created as normal forms'
  215.           HelpContext = 1126
  216.           Caption = 'Normal'
  217.           Font.Charset = DEFAULT_CHARSET
  218.           Font.Color = clBlack
  219.           Font.Height = -11
  220.           Font.Name = 'Arial'
  221.           Font.Style = []
  222.           ParentFont = False
  223.           TabOrder = 2
  224.           OnClick = UpdateEditDisplay
  225.         end
  226.       end
  227.       object grpDefColor: TGroupBox
  228.         Left = 216
  229.         Top = 12
  230.         Width = 209
  231.         Height = 101
  232.         Caption = 'Default Colors'
  233.         Font.Charset = DEFAULT_CHARSET
  234.         Font.Color = clBlack
  235.         Font.Height = -11
  236.         Font.Name = 'Arial'
  237.         Font.Style = []
  238.         ParentFont = False
  239.         TabOrder = 1
  240.         object lblEdit: TLabel
  241.           Left = 8
  242.           Top = 48
  243.           Width = 58
  244.           Height = 14
  245.           Caption = 'Edit Screen:'
  246.           Font.Charset = DEFAULT_CHARSET
  247.           Font.Color = clBlack
  248.           Font.Height = -11
  249.           Font.Name = 'Arial'
  250.           Font.Style = []
  251.           ParentFont = False
  252.         end
  253.         object lblMainBack: TLabel
  254.           Left = 8
  255.           Top = 24
  256.           Width = 63
  257.           Height = 14
  258.           Caption = 'Main Screen:'
  259.           Font.Charset = DEFAULT_CHARSET
  260.           Font.Color = clBlack
  261.           Font.Height = -11
  262.           Font.Name = 'Arial'
  263.           Font.Style = []
  264.           ParentFont = False
  265.         end
  266.         object lblFHigh: TLabel
  267.           Left = 8
  268.           Top = 72
  269.           Width = 66
  270.           Height = 14
  271.           Caption = 'Find Highlight:'
  272.           Font.Charset = DEFAULT_CHARSET
  273.           Font.Color = clBlack
  274.           Font.Height = -11
  275.           Font.Name = 'Arial'
  276.           Font.Style = []
  277.           ParentFont = False
  278.         end
  279.         object cbxMScreen: TRzColorComboBox
  280.           Left = 96
  281.           Top = 20
  282.           Width = 101
  283.           Height = 22
  284.           Hint = '|Set the main screen background color'
  285.           HelpContext = 1128
  286.           DefaultColor = clSilver
  287.           SelectedColor = clSilver
  288.           Font.Charset = DEFAULT_CHARSET
  289.           Font.Color = clBlack
  290.           Font.Height = -11
  291.           Font.Name = 'Arial'
  292.           Font.Style = []
  293.           ItemHeight = 16
  294.           ParentFont = False
  295.           TabOrder = 0
  296.           OnChange = UpdateDisplayColors
  297.         end
  298.         object cbxEScreen: TRzColorComboBox
  299.           Tag = 1
  300.           Left = 96
  301.           Top = 44
  302.           Width = 101
  303.           Height = 22
  304.           Hint = '|Set the edit screen default background color'
  305.           HelpContext = 1129
  306.           DefaultColor = clWhite
  307.           SelectedColor = clWhite
  308.           Font.Charset = DEFAULT_CHARSET
  309.           Font.Color = clBlack
  310.           Font.Height = -11
  311.           Font.Name = 'Arial'
  312.           Font.Style = []
  313.           ItemHeight = 16
  314.           ParentFont = False
  315.           TabOrder = 1
  316.           OnChange = UpdateDisplayColors
  317.         end
  318.         object cbxFHigh: TRzColorComboBox
  319.           Tag = 2
  320.           Left = 96
  321.           Top = 68
  322.           Width = 101
  323.           Height = 22
  324.           Hint = '|Set the default find/replace highlight color'
  325.           HelpContext = 1130
  326.           DefaultColor = clBlue
  327.           SelectedColor = clBlue
  328.           Font.Charset = DEFAULT_CHARSET
  329.           Font.Color = clBlack
  330.           Font.Height = -11
  331.           Font.Name = 'Arial'
  332.           Font.Style = []
  333.           ItemHeight = 16
  334.           ParentFont = False
  335.           TabOrder = 2
  336.           OnChange = UpdateDisplayColors
  337.         end
  338.       end
  339.       object grpDefFont: TGroupBox
  340.         Left = 216
  341.         Top = 120
  342.         Width = 209
  343.         Height = 101
  344.         HelpContext = 1127
  345.         Caption = 'Default Editor Font'
  346.         Font.Charset = DEFAULT_CHARSET
  347.         Font.Color = clBlack
  348.         Font.Height = -11
  349.         Font.Name = 'Arial'
  350.         Font.Style = []
  351.         ParentFont = False
  352.         PopupMenu = pumToolBar
  353.         TabOrder = 2
  354.         object btnFont: TSpeedButton
  355.           Left = 112
  356.           Top = 68
  357.           Width = 85
  358.           Height = 25
  359.           Hint = 'Change the default editor font...'
  360.           Caption = 'Change...'
  361.           Flat = True
  362.           Font.Charset = DEFAULT_CHARSET
  363.           Font.Color = clBlack
  364.           Font.Height = -11
  365.           Font.Name = 'Arial'
  366.           Font.Style = []
  367.           ParentFont = False
  368.           ParentShowHint = False
  369.           ShowHint = True
  370.           OnClick = DefaultEditorFont
  371.         end
  372.         object lblFont: TNewLabel
  373.           Left = 8
  374.           Top = 20
  375.           Width = 189
  376.           Height = 41
  377.           Alignment = taCenter
  378.           AutoSize = False
  379.           Caption = 'lblFont'
  380.           Color = clWhite
  381.           Font.Charset = DEFAULT_CHARSET
  382.           Font.Color = clBlack
  383.           Font.Height = -13
  384.           Font.Name = 'System'
  385.           Font.Style = []
  386.           ParentColor = False
  387.           ParentFont = False
  388.           Layout = tlCenter
  389.           WordWrap = True
  390.         end
  391.         object chkFontPrint: TCheckBox
  392.           Left = 16
  393.           Top = 72
  394.           Width = 85
  395.           Height = 17
  396.           Caption = 'Use to Print'
  397.           Checked = True
  398.           State = cbChecked
  399.           TabOrder = 0
  400.           OnClick = chkFontPrintClick
  401.         end
  402.       end
  403.       object chkMRUYes: TCheckBox
  404.         Left = 16
  405.         Top = 56
  406.         Width = 181
  407.         Height = 17
  408.         Hint = '|Show the most recently used list on the main menu'
  409.         HelpContext = 1131
  410.         Caption = 'Show most recently used list'
  411.         Checked = True
  412.         Font.Charset = DEFAULT_CHARSET
  413.         Font.Color = clBlack
  414.         Font.Height = -12
  415.         Font.Name = 'Arial'
  416.         Font.Style = []
  417.         ParentFont = False
  418.         State = cbChecked
  419.         TabOrder = 3
  420.         OnClick = UpdateMenuDisplay
  421.       end
  422.       object chkFAVYes: TCheckBox
  423.         Tag = 1
  424.         Left = 16
  425.         Top = 84
  426.         Width = 181
  427.         Height = 17
  428.         Hint = '|Show the favorite files list on the main menu'
  429.         HelpContext = 1132
  430.         Caption = 'Show favorite files list'
  431.         Checked = True
  432.         Font.Charset = DEFAULT_CHARSET
  433.         Font.Color = clBlack
  434.         Font.Height = -12
  435.         Font.Name = 'Arial'
  436.         Font.Style = []
  437.         ParentFont = False
  438.         State = cbChecked
  439.         TabOrder = 4
  440.         OnClick = UpdateMenuDisplay
  441.       end
  442.       object chkShowSelBar: TCheckBox
  443.         Left = 16
  444.         Top = 28
  445.         Width = 177
  446.         Height = 17
  447.         Hint = '|Show selection bar at the left of the workspace'
  448.         HelpContext = 1136
  449.         Caption = 'Show Selection Bar'
  450.         Checked = True
  451.         State = cbChecked
  452.         TabOrder = 5
  453.         OnClick = chkShowSelBarClick
  454.       end
  455.       object lblUndo: TStaticText
  456.         Left = 16
  457.         Top = 120
  458.         Width = 90
  459.         Height = 19
  460.         Caption = 'Maximum Undo'
  461.         TabOrder = 6
  462.       end
  463.       object edtUndo: TRxSpinEdit
  464.         Left = 132
  465.         Top = 116
  466.         Width = 61
  467.         Height = 23
  468.         Hint = '|Set the maximum times to undo text operations'
  469.         HelpContext = 1137
  470.         MaxValue = 1000.000000000000000000
  471.         TabOrder = 7
  472.         OnChange = edtUndoChange
  473.       end
  474.     end
  475.     object tabFavorite: TTabSheet
  476.       Tag = 2
  477.       Caption = 'Favorite Files'
  478.       ImageIndex = 16
  479.       object lstFavFiles: TListBox
  480.         Left = 0
  481.         Top = 29
  482.         Width = 433
  483.         Height = 200
  484.         Align = alClient
  485.         ItemHeight = 20
  486.         Sorted = True
  487.         Style = lbOwnerDrawVariable
  488.         TabOrder = 0
  489.         OnDrawItem = lstFavFilesDrawItem
  490.       end
  491.       object barFavorite: TSpeedBar
  492.         Left = 0
  493.         Top = 0
  494.         Width = 433
  495.         Height = 29
  496.         Hint = '|Right-click for toolbar options'
  497.         Font.Charset = DEFAULT_CHARSET
  498.         Font.Color = clWindowText
  499.         Font.Height = -12
  500.         Font.Name = 'Comic Sans MS'
  501.         Font.Style = []
  502.         Options = [sbFlatBtns]
  503.         BtnOffsetHorz = 3
  504.         BtnOffsetVert = 3
  505.         BtnWidth = 24
  506.         BtnHeight = 23
  507.         BevelOuter = bvNone
  508.         PopupMenu = pumToolBar
  509.         TabOrder = 1
  510.         InternalVer = 1
  511.         object SpeedbarSection1: TSpeedbarSection
  512.           Caption = 'Untitled (0)'
  513.         end
  514.         object btnDelFiles: TSpeedItem
  515.           Caption = 'Delete File'
  516.           Enabled = False
  517.           Hint = 'Delete highlighted favorite file'
  518.           ImageIndex = 2
  519.           Spacing = 1
  520.           Left = 35
  521.           Top = 3
  522.           Visible = True
  523.           OnClick = UpdateFavFileButtons
  524.           SectionName = 'Untitled (0)'
  525.         end
  526.         object btnBrowse: TSpeedItem
  527.           Tag = 1
  528.           Caption = 'Add File'
  529.           Hint = 'Add a new favorite file...'
  530.           ImageIndex = 14
  531.           Spacing = 1
  532.           Left = 3
  533.           Top = 3
  534.           Visible = True
  535.           OnClick = UpdateFavFileButtons
  536.           SectionName = 'Untitled (0)'
  537.         end
  538.       end
  539.     end
  540.     object tabNetwork: TTabSheet
  541.       Tag = 3
  542.       Caption = 'Network'
  543.       Font.Charset = DEFAULT_CHARSET
  544.       Font.Color = clBlack
  545.       Font.Height = -11
  546.       Font.Name = 'Arial'
  547.       Font.Style = []
  548.       ImageIndex = 17
  549.       ParentFont = False
  550.       object chkBCC: TCheckBox
  551.         Left = 28
  552.         Top = 163
  553.         Width = 137
  554.         Height = 19
  555.         Hint = '|Check to send a copy of emails to yourself'
  556.         HelpContext = 1123
  557.         Caption = 'Send copy to yourself'
  558.         Checked = True
  559.         Font.Charset = DEFAULT_CHARSET
  560.         Font.Color = clBlack
  561.         Font.Height = -11
  562.         Font.Name = 'Arial'
  563.         Font.Pitch = fpVariable
  564.         Font.Style = []
  565.         ParentFont = False
  566.         State = cbChecked
  567.         TabOrder = 1
  568.         OnKeyPress = PressEnterKey
  569.       end
  570.       object chkReminder: TCheckBox
  571.         Left = 28
  572.         Top = 187
  573.         Width = 141
  574.         Height = 19
  575.         Hint = '|Remind me to connect to the Internet when needed'
  576.         HelpContext = 1124
  577.         Caption = 'Remind me to connect '
  578.         Checked = True
  579.         Font.Charset = DEFAULT_CHARSET
  580.         Font.Color = clBlack
  581.         Font.Height = -11
  582.         Font.Name = 'Arial'
  583.         Font.Pitch = fpVariable
  584.         Font.Style = []
  585.         ParentFont = False
  586.         State = cbChecked
  587.         TabOrder = 2
  588.         OnKeyPress = PressEnterKey
  589.       end
  590.       object grpSMTP: TGroupBox
  591.         Left = 4
  592.         Top = 8
  593.         Width = 173
  594.         Height = 141
  595.         Caption = 'SMTP Server'
  596.         Font.Charset = DEFAULT_CHARSET
  597.         Font.Color = clBlack
  598.         Font.Height = -12
  599.         Font.Name = 'Arial'
  600.         Font.Style = []
  601.         ParentFont = False
  602.         TabOrder = 0
  603.         object lblAddress: TLabel
  604.           Left = 8
  605.           Top = 24
  606.           Width = 45
  607.           Height = 14
  608.           Caption = 'Address:'
  609.           Font.Charset = DEFAULT_CHARSET
  610.           Font.Color = clBlack
  611.           Font.Height = -11
  612.           Font.Name = 'Arial'
  613.           Font.Style = []
  614.           ParentFont = False
  615.         end
  616.         object lblPort: TLabel
  617.           Left = 16
  618.           Top = 80
  619.           Width = 22
  620.           Height = 14
  621.           Caption = 'Port:'
  622.           Font.Charset = DEFAULT_CHARSET
  623.           Font.Color = clBlack
  624.           Font.Height = -11
  625.           Font.Name = 'Arial'
  626.           Font.Style = []
  627.           ParentFont = False
  628.         end
  629.         object edtOMServer: TEdit
  630.           Left = 8
  631.           Top = 40
  632.           Width = 157
  633.           Height = 22
  634.           Hint = '|Enter your outgoing SMTP server'
  635.           HelpContext = 1106
  636.           Font.Charset = DEFAULT_CHARSET
  637.           Font.Color = clBlack
  638.           Font.Height = -11
  639.           Font.Name = 'Arial'
  640.           Font.Style = []
  641.           ParentFont = False
  642.           TabOrder = 0
  643.           OnExit = TextExit
  644.           OnKeyPress = PressEnterKey
  645.         end
  646.         object chkDPort: TCheckBox
  647.           Left = 16
  648.           Top = 106
  649.           Width = 101
  650.           Height = 17
  651.           Hint = '|Use your default SMTP port'
  652.           HelpContext = 1121
  653.           Caption = 'Use Default Port'
  654.           Checked = True
  655.           Font.Charset = DEFAULT_CHARSET
  656.           Font.Color = clBlack
  657.           Font.Height = -11
  658.           Font.Name = 'Arial'
  659.           Font.Style = []
  660.           ParentFont = False
  661.           State = cbChecked
  662.           TabOrder = 2
  663.           OnClick = DefaultPort
  664.           OnKeyPress = PressEnterKey
  665.         end
  666.         object spnPort: TRxSpinEdit
  667.           Left = 64
  668.           Top = 76
  669.           Width = 53
  670.           Height = 22
  671.           Hint = '|Enter your SMTP port'
  672.           HelpContext = 1121
  673.           MaxValue = 99.000000000000000000
  674.           MinValue = 1.000000000000000000
  675.           Value = 25.000000000000000000
  676.           Font.Charset = DEFAULT_CHARSET
  677.           Font.Color = clBlack
  678.           Font.Height = -11
  679.           Font.Name = 'Arial'
  680.           Font.Style = []
  681.           ParentFont = False
  682.           TabOrder = 1
  683.           OnKeyPress = PressEnterKey
  684.         end
  685.       end
  686.       object grpUserInfo: TGroupBox
  687.         Left = 184
  688.         Top = 8
  689.         Width = 241
  690.         Height = 217
  691.         Caption = 'User Information'
  692.         Font.Charset = DEFAULT_CHARSET
  693.         Font.Color = clBlack
  694.         Font.Height = -12
  695.         Font.Name = 'Arial'
  696.         Font.Style = []
  697.         ParentFont = False
  698.         TabOrder = 3
  699.         object lblFrom: TLabel
  700.           Left = 8
  701.           Top = 72
  702.           Width = 27
  703.           Height = 14
  704.           Caption = 'From:'
  705.           Font.Charset = DEFAULT_CHARSET
  706.           Font.Color = clBlack
  707.           Font.Height = -11
  708.           Font.Name = 'Arial'
  709.           Font.Style = []
  710.           ParentFont = False
  711.         end
  712.         object lblReplyTo: TLabel
  713.           Left = 8
  714.           Top = 96
  715.           Width = 45
  716.           Height = 14
  717.           Caption = 'Reply To:'
  718.           Font.Charset = DEFAULT_CHARSET
  719.           Font.Color = clBlack
  720.           Font.Height = -11
  721.           Font.Name = 'Arial'
  722.           Font.Style = []
  723.           ParentFont = False
  724.         end
  725.         object lblName: TLabel
  726.           Left = 8
  727.           Top = 24
  728.           Width = 30
  729.           Height = 14
  730.           Caption = 'Name:'
  731.           Font.Charset = DEFAULT_CHARSET
  732.           Font.Color = clBlack
  733.           Font.Height = -11
  734.           Font.Name = 'Arial'
  735.           Font.Style = []
  736.           ParentFont = False
  737.         end
  738.         object lblOrg: TLabel
  739.           Left = 8
  740.           Top = 48
  741.           Width = 64
  742.           Height = 14
  743.           Caption = 'Organization:'
  744.           Font.Charset = DEFAULT_CHARSET
  745.           Font.Color = clBlack
  746.           Font.Height = -11
  747.           Font.Name = 'Arial'
  748.           Font.Style = []
  749.           ParentFont = False
  750.         end
  751.         object edtUEmail: TEdit
  752.           Left = 76
  753.           Top = 68
  754.           Width = 153
  755.           Height = 22
  756.           Hint = '|Enter your from email address'
  757.           HelpContext = 1108
  758.           Font.Charset = DEFAULT_CHARSET
  759.           Font.Color = clBlack
  760.           Font.Height = -11
  761.           Font.Name = 'Arial'
  762.           Font.Style = []
  763.           ParentFont = False
  764.           TabOrder = 2
  765.           OnExit = TextExit
  766.           OnKeyPress = PressEnterKey
  767.         end
  768.         object edtReplyTo: TEdit
  769.           Left = 76
  770.           Top = 92
  771.           Width = 153
  772.           Height = 22
  773.           Hint = '|Enter your reply to email address'
  774.           HelpContext = 1109
  775.           Font.Charset = DEFAULT_CHARSET
  776.           Font.Color = clBlack
  777.           Font.Height = -11
  778.           Font.Name = 'Arial'
  779.           Font.Style = []
  780.           ParentFont = False
  781.           TabOrder = 3
  782.           OnExit = TextExit
  783.           OnKeyPress = PressEnterKey
  784.         end
  785.         object chkSignature: TCheckBox
  786.           Left = 8
  787.           Top = 118
  788.           Width = 65
  789.           Height = 17
  790.           Hint = '|Determine whether or not a signature is used'
  791.           HelpContext = 1133
  792.           Caption = 'Signature'
  793.           Font.Charset = DEFAULT_CHARSET
  794.           Font.Color = clBlack
  795.           Font.Height = -11
  796.           Font.Name = 'Arial'
  797.           Font.Style = []
  798.           ParentFont = False
  799.           TabOrder = 4
  800.           OnKeyPress = PressEnterKey
  801.         end
  802.         object edtOrg: TEdit
  803.           Left = 76
  804.           Top = 44
  805.           Width = 153
  806.           Height = 22
  807.           Hint = '|Enter your organization'
  808.           HelpContext = 1135
  809.           Font.Charset = DEFAULT_CHARSET
  810.           Font.Color = clBlack
  811.           Font.Height = -11
  812.           Font.Name = 'Arial'
  813.           Font.Style = []
  814.           ParentFont = False
  815.           TabOrder = 1
  816.           OnExit = TextExit
  817.           OnKeyPress = PressEnterKey
  818.         end
  819.         object edtName: TEdit
  820.           Left = 76
  821.           Top = 20
  822.           Width = 153
  823.           Height = 22
  824.           Hint = '|Enter your name'
  825.           HelpContext = 1134
  826.           Font.Charset = DEFAULT_CHARSET
  827.           Font.Color = clBlack
  828.           Font.Height = -11
  829.           Font.Name = 'Arial'
  830.           Font.Style = []
  831.           ParentFont = False
  832.           TabOrder = 0
  833.           OnExit = TextExit
  834.           OnKeyPress = PressEnterKey
  835.         end
  836.         object mmoSignature: TRichEdit
  837.           Left = 76
  838.           Top = 116
  839.           Width = 153
  840.           Height = 89
  841.           Hint = '|Enter your signature'
  842.           HelpContext = 1133
  843.           Font.Charset = DEFAULT_CHARSET
  844.           Font.Color = clBlack
  845.           Font.Height = -11
  846.           Font.Name = 'Arial'
  847.           Font.Style = []
  848.           ParentFont = False
  849.           ScrollBars = ssBoth
  850.           TabOrder = 5
  851.           WordWrap = False
  852.         end
  853.       end
  854.     end
  855.     object tabFilters: TTabSheet
  856.       Caption = 'Open/Save Filters'
  857.       ImageIndex = 20
  858.       object pnlFilter: TPanel
  859.         Left = 0
  860.         Top = 0
  861.         Width = 433
  862.         Height = 229
  863.         Align = alClient
  864.         BevelOuter = bvLowered
  865.         Font.Charset = DEFAULT_CHARSET
  866.         Font.Color = clBlack
  867.         Font.Height = -11
  868.         Font.Name = 'Arial'
  869.         Font.Style = []
  870.         ParentFont = False
  871.         TabOrder = 0
  872.         object lblDefault: TLabel
  873.           Left = 4
  874.           Top = 4
  875.           Width = 34
  876.           Height = 14
  877.           Caption = 'Default'
  878.           Font.Charset = DEFAULT_CHARSET
  879.           Font.Color = clBlack
  880.           Font.Height = -11
  881.           Font.Name = 'Arial'
  882.           Font.Style = []
  883.           ParentFont = False
  884.         end
  885.         object lblFName: TLabel
  886.           Left = 44
  887.           Top = 4
  888.           Width = 53
  889.           Height = 14
  890.           Caption = 'Filter Name'
  891.           Font.Charset = DEFAULT_CHARSET
  892.           Font.Color = clBlack
  893.           Font.Height = -11
  894.           Font.Name = 'Arial'
  895.           Font.Style = []
  896.           ParentFont = False
  897.         end
  898.         object lblFExt: TLabel
  899.           Left = 152
  900.           Top = 4
  901.           Width = 47
  902.           Height = 14
  903.           Caption = 'Extension'
  904.           Font.Charset = DEFAULT_CHARSET
  905.           Font.Color = clBlack
  906.           Font.Height = -11
  907.           Font.Name = 'Arial'
  908.           Font.Style = []
  909.           ParentFont = False
  910.         end
  911.         object lblDefault1: TLabel
  912.           Left = 216
  913.           Top = 4
  914.           Width = 34
  915.           Height = 14
  916.           Caption = 'Default'
  917.           Font.Charset = DEFAULT_CHARSET
  918.           Font.Color = clBlack
  919.           Font.Height = -11
  920.           Font.Name = 'Arial'
  921.           Font.Style = []
  922.           ParentFont = False
  923.         end
  924.         object lblFName1: TLabel
  925.           Left = 256
  926.           Top = 4
  927.           Width = 53
  928.           Height = 14
  929.           Caption = 'Filter Name'
  930.           Font.Charset = DEFAULT_CHARSET
  931.           Font.Color = clBlack
  932.           Font.Height = -11
  933.           Font.Name = 'Arial'
  934.           Font.Style = []
  935.           ParentFont = False
  936.         end
  937.         object lblFExt1: TLabel
  938.           Left = 364
  939.           Top = 4
  940.           Width = 47
  941.           Height = 14
  942.           Caption = 'Extension'
  943.           Font.Charset = DEFAULT_CHARSET
  944.           Font.Color = clBlack
  945.           Font.Height = -11
  946.           Font.Name = 'Arial'
  947.           Font.Style = []
  948.           ParentFont = False
  949.         end
  950.         object RadioButton1: TRadioButton
  951.           Left = 12
  952.           Top = 28
  953.           Width = 29
  954.           Height = 17
  955.           Font.Charset = DEFAULT_CHARSET
  956.           Font.Color = clBlack
  957.           Font.Height = -11
  958.           Font.Name = 'Arial'
  959.           Font.Style = []
  960.           ParentFont = False
  961.           TabOrder = 0
  962.           OnKeyPress = PressEnterKey
  963.         end
  964.         object RadioButton2: TRadioButton
  965.           Left = 12
  966.           Top = 52
  967.           Width = 29
  968.           Height = 17
  969.           Font.Charset = DEFAULT_CHARSET
  970.           Font.Color = clBlack
  971.           Font.Height = -11
  972.           Font.Name = 'Arial'
  973.           Font.Style = []
  974.           ParentFont = False
  975.           TabOrder = 3
  976.           OnKeyPress = PressEnterKey
  977.         end
  978.         object RadioButton3: TRadioButton
  979.           Left = 12
  980.           Top = 76
  981.           Width = 29
  982.           Height = 17
  983.           Font.Charset = DEFAULT_CHARSET
  984.           Font.Color = clBlack
  985.           Font.Height = -11
  986.           Font.Name = 'Arial'
  987.           Font.Style = []
  988.           ParentFont = False
  989.           TabOrder = 6
  990.           OnKeyPress = PressEnterKey
  991.         end
  992.         object RadioButton4: TRadioButton
  993.           Left = 12
  994.           Top = 100
  995.           Width = 29
  996.           Height = 17
  997.           Font.Charset = DEFAULT_CHARSET
  998.           Font.Color = clBlack
  999.           Font.Height = -11
  1000.           Font.Name = 'Arial'
  1001.           Font.Style = []
  1002.           ParentFont = False
  1003.           TabOrder = 9
  1004.           OnKeyPress = PressEnterKey
  1005.         end
  1006.         object RadioButton5: TRadioButton
  1007.           Left = 12
  1008.           Top = 124
  1009.           Width = 29
  1010.           Height = 17
  1011.           Font.Charset = DEFAULT_CHARSET
  1012.           Font.Color = clBlack
  1013.           Font.Height = -11
  1014.           Font.Name = 'Arial'
  1015.           Font.Style = []
  1016.           ParentFont = False
  1017.           TabOrder = 12
  1018.           OnKeyPress = PressEnterKey
  1019.         end
  1020.         object RadioButton6: TRadioButton
  1021.           Left = 12
  1022.           Top = 148
  1023.           Width = 29
  1024.           Height = 17
  1025.           Font.Charset = DEFAULT_CHARSET
  1026.           Font.Color = clBlack
  1027.           Font.Height = -11
  1028.           Font.Name = 'Arial'
  1029.           Font.Style = []
  1030.           ParentFont = False
  1031.           TabOrder = 15
  1032.           OnKeyPress = PressEnterKey
  1033.         end
  1034.         object RadioButton7: TRadioButton
  1035.           Left = 12
  1036.           Top = 172
  1037.           Width = 29
  1038.           Height = 17
  1039.           Font.Charset = DEFAULT_CHARSET
  1040.           Font.Color = clBlack
  1041.           Font.Height = -11
  1042.           Font.Name = 'Arial'
  1043.           Font.Style = []
  1044.           ParentFont = False
  1045.           TabOrder = 18
  1046.           OnKeyPress = PressEnterKey
  1047.         end
  1048.         object RadioButton8: TRadioButton
  1049.           Left = 12
  1050.           Top = 196
  1051.           Width = 29
  1052.           Height = 17
  1053.           Font.Charset = DEFAULT_CHARSET
  1054.           Font.Color = clBlack
  1055.           Font.Height = -11
  1056.           Font.Name = 'Arial'
  1057.           Font.Style = []
  1058.           ParentFont = False
  1059.           TabOrder = 21
  1060.           OnKeyPress = PressEnterKey
  1061.         end
  1062.         object Edit1: TEdit
  1063.           Tag = 1
  1064.           Left = 44
  1065.           Top = 24
  1066.           Width = 105
  1067.           Height = 22
  1068.           Font.Charset = DEFAULT_CHARSET
  1069.           Font.Color = clBlack
  1070.           Font.Height = -11
  1071.           Font.Name = 'Arial'
  1072.           Font.Style = []
  1073.           ParentFont = False
  1074.           TabOrder = 1
  1075.           OnExit = ExitFilterName
  1076.           OnKeyPress = PressEnterKey
  1077.         end
  1078.         object Edit2: TEdit
  1079.           Tag = 2
  1080.           Left = 152
  1081.           Top = 24
  1082.           Width = 53
  1083.           Height = 22
  1084.           Font.Charset = DEFAULT_CHARSET
  1085.           Font.Color = clBlack
  1086.           Font.Height = -11
  1087.           Font.Name = 'Arial'
  1088.           Font.Style = []
  1089.           ParentFont = False
  1090.           TabOrder = 2
  1091.           OnExit = FilterVerify
  1092.           OnKeyPress = PressEnterKey
  1093.         end
  1094.         object Edit4: TEdit
  1095.           Tag = 4
  1096.           Left = 152
  1097.           Top = 48
  1098.           Width = 53
  1099.           Height = 22
  1100.           Font.Charset = DEFAULT_CHARSET
  1101.           Font.Color = clBlack
  1102.           Font.Height = -11
  1103.           Font.Name = 'Arial'
  1104.           Font.Style = []
  1105.           ParentFont = False
  1106.           TabOrder = 5
  1107.           OnExit = FilterVerify
  1108.           OnKeyPress = PressEnterKey
  1109.         end
  1110.         object Edit3: TEdit
  1111.           Tag = 3
  1112.           Left = 44
  1113.           Top = 48
  1114.           Width = 105
  1115.           Height = 22
  1116.           Font.Charset = DEFAULT_CHARSET
  1117.           Font.Color = clBlack
  1118.           Font.Height = -11
  1119.           Font.Name = 'Arial'
  1120.           Font.Style = []
  1121.           ParentFont = False
  1122.           TabOrder = 4
  1123.           OnExit = ExitFilterName
  1124.           OnKeyPress = PressEnterKey
  1125.         end
  1126.         object Edit6: TEdit
  1127.           Tag = 6
  1128.           Left = 152
  1129.           Top = 72
  1130.           Width = 53
  1131.           Height = 22
  1132.           Font.Charset = DEFAULT_CHARSET
  1133.           Font.Color = clBlack
  1134.           Font.Height = -11
  1135.           Font.Name = 'Arial'
  1136.           Font.Style = []
  1137.           ParentFont = False
  1138.           TabOrder = 8
  1139.           OnExit = FilterVerify
  1140.           OnKeyPress = PressEnterKey
  1141.         end
  1142.         object Edit5: TEdit
  1143.           Tag = 5
  1144.           Left = 44
  1145.           Top = 72
  1146.           Width = 105
  1147.           Height = 22
  1148.           Font.Charset = DEFAULT_CHARSET
  1149.           Font.Color = clBlack
  1150.           Font.Height = -11
  1151.           Font.Name = 'Arial'
  1152.           Font.Style = []
  1153.           ParentFont = False
  1154.           TabOrder = 7
  1155.           OnExit = ExitFilterName
  1156.           OnKeyPress = PressEnterKey
  1157.         end
  1158.         object Edit8: TEdit
  1159.           Tag = 8
  1160.           Left = 152
  1161.           Top = 96
  1162.           Width = 53
  1163.           Height = 22
  1164.           Font.Charset = DEFAULT_CHARSET
  1165.           Font.Color = clBlack
  1166.           Font.Height = -11
  1167.           Font.Name = 'Arial'
  1168.           Font.Style = []
  1169.           ParentFont = False
  1170.           TabOrder = 11
  1171.           OnExit = FilterVerify
  1172.           OnKeyPress = PressEnterKey
  1173.         end
  1174.         object Edit7: TEdit
  1175.           Tag = 7
  1176.           Left = 44
  1177.           Top = 96
  1178.           Width = 105
  1179.           Height = 22
  1180.           Font.Charset = DEFAULT_CHARSET
  1181.           Font.Color = clBlack
  1182.           Font.Height = -11
  1183.           Font.Name = 'Arial'
  1184.           Font.Style = []
  1185.           ParentFont = False
  1186.           TabOrder = 10
  1187.           OnExit = ExitFilterName
  1188.           OnKeyPress = PressEnterKey
  1189.         end
  1190.         object Edit10: TEdit
  1191.           Tag = 10
  1192.           Left = 152
  1193.           Top = 120
  1194.           Width = 53
  1195.           Height = 22
  1196.           Font.Charset = DEFAULT_CHARSET
  1197.           Font.Color = clBlack
  1198.           Font.Height = -11
  1199.           Font.Name = 'Arial'
  1200.           Font.Style = []
  1201.           ParentFont = False
  1202.           TabOrder = 14
  1203.           OnExit = FilterVerify
  1204.           OnKeyPress = PressEnterKey
  1205.         end
  1206.         object Edit9: TEdit
  1207.           Tag = 9
  1208.           Left = 44
  1209.           Top = 120
  1210.           Width = 105
  1211.           Height = 22
  1212.           Font.Charset = DEFAULT_CHARSET
  1213.           Font.Color = clBlack
  1214.           Font.Height = -11
  1215.           Font.Name = 'Arial'
  1216.           Font.Style = []
  1217.           ParentFont = False
  1218.           TabOrder = 13
  1219.           OnExit = ExitFilterName
  1220.           OnKeyPress = PressEnterKey
  1221.         end
  1222.         object Edit12: TEdit
  1223.           Tag = 12
  1224.           Left = 152
  1225.           Top = 144
  1226.           Width = 53
  1227.           Height = 22
  1228.           Font.Charset = DEFAULT_CHARSET
  1229.           Font.Color = clBlack
  1230.           Font.Height = -11
  1231.           Font.Name = 'Arial'
  1232.           Font.Style = []
  1233.           ParentFont = False
  1234.           TabOrder = 17
  1235.           OnExit = FilterVerify
  1236.           OnKeyPress = PressEnterKey
  1237.         end
  1238.         object Edit11: TEdit
  1239.           Tag = 11
  1240.           Left = 44
  1241.           Top = 144
  1242.           Width = 105
  1243.           Height = 22
  1244.           Font.Charset = DEFAULT_CHARSET
  1245.           Font.Color = clBlack
  1246.           Font.Height = -11
  1247.           Font.Name = 'Arial'
  1248.           Font.Style = []
  1249.           ParentFont = False
  1250.           TabOrder = 16
  1251.           OnExit = ExitFilterName
  1252.           OnKeyPress = PressEnterKey
  1253.         end
  1254.         object Edit14: TEdit
  1255.           Tag = 14
  1256.           Left = 152
  1257.           Top = 168
  1258.           Width = 53
  1259.           Height = 22
  1260.           Font.Charset = DEFAULT_CHARSET
  1261.           Font.Color = clBlack
  1262.           Font.Height = -11
  1263.           Font.Name = 'Arial'
  1264.           Font.Style = []
  1265.           ParentFont = False
  1266.           TabOrder = 20
  1267.           OnExit = FilterVerify
  1268.           OnKeyPress = PressEnterKey
  1269.         end
  1270.         object Edit13: TEdit
  1271.           Tag = 13
  1272.           Left = 44
  1273.           Top = 168
  1274.           Width = 105
  1275.           Height = 22
  1276.           Font.Charset = DEFAULT_CHARSET
  1277.           Font.Color = clBlack
  1278.           Font.Height = -11
  1279.           Font.Name = 'Arial'
  1280.           Font.Style = []
  1281.           ParentFont = False
  1282.           TabOrder = 19
  1283.           OnExit = ExitFilterName
  1284.           OnKeyPress = PressEnterKey
  1285.         end
  1286.         object Edit16: TEdit
  1287.           Tag = 16
  1288.           Left = 152
  1289.           Top = 192
  1290.           Width = 53
  1291.           Height = 22
  1292.           Font.Charset = DEFAULT_CHARSET
  1293.           Font.Color = clBlack
  1294.           Font.Height = -11
  1295.           Font.Name = 'Arial'
  1296.           Font.Style = []
  1297.           ParentFont = False
  1298.           TabOrder = 23
  1299.           OnExit = FilterVerify
  1300.           OnKeyPress = PressEnterKey
  1301.         end
  1302.         object Edit15: TEdit
  1303.           Tag = 15
  1304.           Left = 44
  1305.           Top = 192
  1306.           Width = 105
  1307.           Height = 22
  1308.           Font.Charset = DEFAULT_CHARSET
  1309.           Font.Color = clBlack
  1310.           Font.Height = -11
  1311.           Font.Name = 'Arial'
  1312.           Font.Style = []
  1313.           ParentFont = False
  1314.           TabOrder = 22
  1315.           OnExit = ExitFilterName
  1316.           OnKeyPress = PressEnterKey
  1317.         end
  1318.         object RadioButton9: TRadioButton
  1319.           Left = 224
  1320.           Top = 28
  1321.           Width = 29
  1322.           Height = 17
  1323.           Font.Charset = DEFAULT_CHARSET
  1324.           Font.Color = clBlack
  1325.           Font.Height = -11
  1326.           Font.Name = 'Arial'
  1327.           Font.Style = []
  1328.           ParentFont = False
  1329.           TabOrder = 24
  1330.           OnKeyPress = PressEnterKey
  1331.         end
  1332.         object Edit17: TEdit
  1333.           Tag = 17
  1334.           Left = 256
  1335.           Top = 24
  1336.           Width = 105
  1337.           Height = 22
  1338.           Font.Charset = DEFAULT_CHARSET
  1339.           Font.Color = clBlack
  1340.           Font.Height = -11
  1341.           Font.Name = 'Arial'
  1342.           Font.Style = []
  1343.           ParentFont = False
  1344.           TabOrder = 25
  1345.           OnExit = ExitFilterName
  1346.           OnKeyPress = PressEnterKey
  1347.         end
  1348.         object Edit18: TEdit
  1349.           Tag = 18
  1350.           Left = 364
  1351.           Top = 24
  1352.           Width = 53
  1353.           Height = 22
  1354.           Font.Charset = DEFAULT_CHARSET
  1355.           Font.Color = clBlack
  1356.           Font.Height = -11
  1357.           Font.Name = 'Arial'
  1358.           Font.Style = []
  1359.           ParentFont = False
  1360.           TabOrder = 26
  1361.           OnExit = FilterVerify
  1362.           OnKeyPress = PressEnterKey
  1363.         end
  1364.         object RadioButton10: TRadioButton
  1365.           Left = 224
  1366.           Top = 52
  1367.           Width = 29
  1368.           Height = 17
  1369.           Font.Charset = DEFAULT_CHARSET
  1370.           Font.Color = clBlack
  1371.           Font.Height = -11
  1372.           Font.Name = 'Arial'
  1373.           Font.Style = []
  1374.           ParentFont = False
  1375.           TabOrder = 27
  1376.           OnKeyPress = PressEnterKey
  1377.         end
  1378.         object Edit19: TEdit
  1379.           Tag = 19
  1380.           Left = 256
  1381.           Top = 48
  1382.           Width = 105
  1383.           Height = 22
  1384.           Font.Charset = DEFAULT_CHARSET
  1385.           Font.Color = clBlack
  1386.           Font.Height = -11
  1387.           Font.Name = 'Arial'
  1388.           Font.Style = []
  1389.           ParentFont = False
  1390.           TabOrder = 28
  1391.           OnExit = ExitFilterName
  1392.           OnKeyPress = PressEnterKey
  1393.         end
  1394.         object Edit20: TEdit
  1395.           Tag = 20
  1396.           Left = 364
  1397.           Top = 48
  1398.           Width = 53
  1399.           Height = 22
  1400.           Font.Charset = DEFAULT_CHARSET
  1401.           Font.Color = clBlack
  1402.           Font.Height = -11
  1403.           Font.Name = 'Arial'
  1404.           Font.Style = []
  1405.           ParentFont = False
  1406.           TabOrder = 29
  1407.           OnExit = FilterVerify
  1408.           OnKeyPress = PressEnterKey
  1409.         end
  1410.         object RadioButton11: TRadioButton
  1411.           Left = 224
  1412.           Top = 76
  1413.           Width = 29
  1414.           Height = 17
  1415.           Font.Charset = DEFAULT_CHARSET
  1416.           Font.Color = clBlack
  1417.           Font.Height = -11
  1418.           Font.Name = 'Arial'
  1419.           Font.Style = []
  1420.           ParentFont = False
  1421.           TabOrder = 30
  1422.           OnKeyPress = PressEnterKey
  1423.         end
  1424.         object Edit21: TEdit
  1425.           Tag = 21
  1426.           Left = 256
  1427.           Top = 72
  1428.           Width = 105
  1429.           Height = 22
  1430.           Font.Charset = DEFAULT_CHARSET
  1431.           Font.Color = clBlack
  1432.           Font.Height = -11
  1433.           Font.Name = 'Arial'
  1434.           Font.Style = []
  1435.           ParentFont = False
  1436.           TabOrder = 31
  1437.           OnExit = ExitFilterName
  1438.           OnKeyPress = PressEnterKey
  1439.         end
  1440.         object Edit22: TEdit
  1441.           Tag = 22
  1442.           Left = 364
  1443.           Top = 72
  1444.           Width = 53
  1445.           Height = 22
  1446.           Font.Charset = DEFAULT_CHARSET
  1447.           Font.Color = clBlack
  1448.           Font.Height = -11
  1449.           Font.Name = 'Arial'
  1450.           Font.Style = []
  1451.           ParentFont = False
  1452.           TabOrder = 32
  1453.           OnExit = FilterVerify
  1454.           OnKeyPress = PressEnterKey
  1455.         end
  1456.         object RadioButton12: TRadioButton
  1457.           Left = 224
  1458.           Top = 100
  1459.           Width = 29
  1460.           Height = 17
  1461.           Font.Charset = DEFAULT_CHARSET
  1462.           Font.Color = clBlack
  1463.           Font.Height = -11
  1464.           Font.Name = 'Arial'
  1465.           Font.Style = []
  1466.           ParentFont = False
  1467.           TabOrder = 33
  1468.           OnKeyPress = PressEnterKey
  1469.         end
  1470.         object Edit23: TEdit
  1471.           Tag = 23
  1472.           Left = 256
  1473.           Top = 96
  1474.           Width = 105
  1475.           Height = 22
  1476.           Font.Charset = DEFAULT_CHARSET
  1477.           Font.Color = clBlack
  1478.           Font.Height = -11
  1479.           Font.Name = 'Arial'
  1480.           Font.Style = []
  1481.           ParentFont = False
  1482.           TabOrder = 34
  1483.           OnExit = ExitFilterName
  1484.           OnKeyPress = PressEnterKey
  1485.         end
  1486.         object Edit24: TEdit
  1487.           Tag = 24
  1488.           Left = 364
  1489.           Top = 96
  1490.           Width = 53
  1491.           Height = 22
  1492.           Font.Charset = DEFAULT_CHARSET
  1493.           Font.Color = clBlack
  1494.           Font.Height = -11
  1495.           Font.Name = 'Arial'
  1496.           Font.Style = []
  1497.           ParentFont = False
  1498.           TabOrder = 35
  1499.           OnExit = FilterVerify
  1500.           OnKeyPress = PressEnterKey
  1501.         end
  1502.         object RadioButton13: TRadioButton
  1503.           Left = 224
  1504.           Top = 124
  1505.           Width = 29
  1506.           Height = 17
  1507.           Font.Charset = DEFAULT_CHARSET
  1508.           Font.Color = clBlack
  1509.           Font.Height = -11
  1510.           Font.Name = 'Arial'
  1511.           Font.Style = []
  1512.           ParentFont = False
  1513.           TabOrder = 36
  1514.           OnKeyPress = PressEnterKey
  1515.         end
  1516.         object Edit25: TEdit
  1517.           Tag = 25
  1518.           Left = 256
  1519.           Top = 120
  1520.           Width = 105
  1521.           Height = 22
  1522.           Font.Charset = DEFAULT_CHARSET
  1523.           Font.Color = clBlack
  1524.           Font.Height = -11
  1525.           Font.Name = 'Arial'
  1526.           Font.Style = []
  1527.           ParentFont = False
  1528.           TabOrder = 37
  1529.           OnExit = ExitFilterName
  1530.           OnKeyPress = PressEnterKey
  1531.         end
  1532.         object Edit26: TEdit
  1533.           Tag = 26
  1534.           Left = 364
  1535.           Top = 120
  1536.           Width = 53
  1537.           Height = 22
  1538.           Font.Charset = DEFAULT_CHARSET
  1539.           Font.Color = clBlack
  1540.           Font.Height = -11
  1541.           Font.Name = 'Arial'
  1542.           Font.Style = []
  1543.           ParentFont = False
  1544.           TabOrder = 38
  1545.           OnExit = FilterVerify
  1546.           OnKeyPress = PressEnterKey
  1547.         end
  1548.         object RadioButton14: TRadioButton
  1549.           Left = 224
  1550.           Top = 148
  1551.           Width = 29
  1552.           Height = 17
  1553.           Font.Charset = DEFAULT_CHARSET
  1554.           Font.Color = clBlack
  1555.           Font.Height = -11
  1556.           Font.Name = 'Arial'
  1557.           Font.Style = []
  1558.           ParentFont = False
  1559.           TabOrder = 39
  1560.           OnKeyPress = PressEnterKey
  1561.         end
  1562.         object Edit27: TEdit
  1563.           Tag = 27
  1564.           Left = 256
  1565.           Top = 144
  1566.           Width = 105
  1567.           Height = 22
  1568.           Font.Charset = DEFAULT_CHARSET
  1569.           Font.Color = clBlack
  1570.           Font.Height = -11
  1571.           Font.Name = 'Arial'
  1572.           Font.Style = []
  1573.           ParentFont = False
  1574.           TabOrder = 40
  1575.           OnExit = ExitFilterName
  1576.           OnKeyPress = PressEnterKey
  1577.         end
  1578.         object Edit28: TEdit
  1579.           Tag = 28
  1580.           Left = 364
  1581.           Top = 144
  1582.           Width = 53
  1583.           Height = 22
  1584.           Font.Charset = DEFAULT_CHARSET
  1585.           Font.Color = clBlack
  1586.           Font.Height = -11
  1587.           Font.Name = 'Arial'
  1588.           Font.Style = []
  1589.           ParentFont = False
  1590.           TabOrder = 41
  1591.           OnExit = FilterVerify
  1592.           OnKeyPress = PressEnterKey
  1593.         end
  1594.         object RadioButton15: TRadioButton
  1595.           Left = 224
  1596.           Top = 172
  1597.           Width = 29
  1598.           Height = 17
  1599.           Font.Charset = DEFAULT_CHARSET
  1600.           Font.Color = clBlack
  1601.           Font.Height = -11
  1602.           Font.Name = 'Arial'
  1603.           Font.Style = []
  1604.           ParentFont = False
  1605.           TabOrder = 42
  1606.           OnKeyPress = PressEnterKey
  1607.         end
  1608.         object Edit29: TEdit
  1609.           Tag = 29
  1610.           Left = 256
  1611.           Top = 168
  1612.           Width = 105
  1613.           Height = 22
  1614.           Font.Charset = DEFAULT_CHARSET
  1615.           Font.Color = clBlack
  1616.           Font.Height = -11
  1617.           Font.Name = 'Arial'
  1618.           Font.Style = []
  1619.           ParentFont = False
  1620.           TabOrder = 43
  1621.           OnExit = ExitFilterName
  1622.           OnKeyPress = PressEnterKey
  1623.         end
  1624.         object Edit30: TEdit
  1625.           Tag = 30
  1626.           Left = 364
  1627.           Top = 168
  1628.           Width = 53
  1629.           Height = 22
  1630.           Font.Charset = DEFAULT_CHARSET
  1631.           Font.Color = clBlack
  1632.           Font.Height = -11
  1633.           Font.Name = 'Arial'
  1634.           Font.Style = []
  1635.           ParentFont = False
  1636.           TabOrder = 44
  1637.           OnExit = FilterVerify
  1638.           OnKeyPress = PressEnterKey
  1639.         end
  1640.         object RadioButton16: TRadioButton
  1641.           Left = 224
  1642.           Top = 196
  1643.           Width = 29
  1644.           Height = 17
  1645.           Font.Charset = DEFAULT_CHARSET
  1646.           Font.Color = clBlack
  1647.           Font.Height = -11
  1648.           Font.Name = 'Arial'
  1649.           Font.Style = []
  1650.           ParentFont = False
  1651.           TabOrder = 45
  1652.           OnKeyPress = PressEnterKey
  1653.         end
  1654.         object Edit31: TEdit
  1655.           Tag = 31
  1656.           Left = 256
  1657.           Top = 192
  1658.           Width = 105
  1659.           Height = 22
  1660.           Font.Charset = DEFAULT_CHARSET
  1661.           Font.Color = clBlack
  1662.           Font.Height = -11
  1663.           Font.Name = 'Arial'
  1664.           Font.Style = []
  1665.           ParentFont = False
  1666.           TabOrder = 46
  1667.           OnExit = ExitFilterName
  1668.           OnKeyPress = PressEnterKey
  1669.         end
  1670.         object Edit32: TEdit
  1671.           Tag = 32
  1672.           Left = 364
  1673.           Top = 192
  1674.           Width = 53
  1675.           Height = 22
  1676.           Font.Charset = DEFAULT_CHARSET
  1677.           Font.Color = clBlack
  1678.           Font.Height = -11
  1679.           Font.Name = 'Arial'
  1680.           Font.Style = []
  1681.           ParentFont = False
  1682.           TabOrder = 47
  1683.           OnExit = FilterVerify
  1684.           OnKeyPress = PressEnterKey
  1685.         end
  1686.       end
  1687.     end
  1688.     object tabSpell: TTabSheet
  1689.       Tag = 4
  1690.       Caption = 'Spell Checker'
  1691.       ImageIndex = 52
  1692.       object grpDictionaries: TGroupBox
  1693.         Left = 4
  1694.         Top = 4
  1695.         Width = 309
  1696.         Height = 97
  1697.         HelpContext = 1117
  1698.         Caption = 'Dictionary'
  1699.         Font.Charset = DEFAULT_CHARSET
  1700.         Font.Color = clBlack
  1701.         Font.Height = -12
  1702.         Font.Name = 'Arial'
  1703.         Font.Style = []
  1704.         ParentFont = False
  1705.         TabOrder = 0
  1706.         object imgBritish: TImage
  1707.           Left = 8
  1708.           Top = 23
  1709.           Width = 21
  1710.           Height = 17
  1711.         end
  1712.         object imgDutch: TImage
  1713.           Left = 8
  1714.           Top = 47
  1715.           Width = 21
  1716.           Height = 17
  1717.         end
  1718.         object imgEnglish: TImage
  1719.           Left = 8
  1720.           Top = 70
  1721.           Width = 21
  1722.           Height = 14
  1723.         end
  1724.         object imgFrench: TImage
  1725.           Left = 104
  1726.           Top = 23
  1727.           Width = 21
  1728.           Height = 17
  1729.         end
  1730.         object imgGerman: TImage
  1731.           Left = 104
  1732.           Top = 47
  1733.           Width = 21
  1734.           Height = 18
  1735.         end
  1736.         object imgItalian: TImage
  1737.           Left = 104
  1738.           Top = 71
  1739.           Width = 21
  1740.           Height = 17
  1741.         end
  1742.         object imgLegal: TImage
  1743.           Left = 208
  1744.           Top = 21
  1745.           Width = 21
  1746.           Height = 17
  1747.         end
  1748.         object imgMedical: TImage
  1749.           Left = 208
  1750.           Top = 45
  1751.           Width = 21
  1752.           Height = 17
  1753.         end
  1754.         object imgSpanish: TImage
  1755.           Left = 208
  1756.           Top = 71
  1757.           Width = 21
  1758.           Height = 17
  1759.         end
  1760.         object radEnglish: TRadioButton
  1761.           Tag = 2
  1762.           Left = 32
  1763.           Top = 68
  1764.           Width = 69
  1765.           Height = 17
  1766.           Hint = '|Use American English language dictionary'
  1767.           Caption = 'English'
  1768.           Checked = True
  1769.           Font.Charset = DEFAULT_CHARSET
  1770.           Font.Color = clBlack
  1771.           Font.Height = -11
  1772.           Font.Name = 'Arial'
  1773.           Font.Style = []
  1774.           ParentFont = False
  1775.           TabOrder = 0
  1776.           TabStop = True
  1777.           OnClick = UpdateDictionary
  1778.         end
  1779.         object radBritish: TRadioButton
  1780.           Left = 32
  1781.           Top = 20
  1782.           Width = 69
  1783.           Height = 17
  1784.           Hint = '|Use British English language dictionary'
  1785.           Caption = 'British'
  1786.           Font.Charset = DEFAULT_CHARSET
  1787.           Font.Color = clBlack
  1788.           Font.Height = -11
  1789.           Font.Name = 'Arial'
  1790.           Font.Style = []
  1791.           ParentFont = False
  1792.           TabOrder = 1
  1793.           OnClick = UpdateDictionary
  1794.         end
  1795.         object radDutch: TRadioButton
  1796.           Tag = 1
  1797.           Left = 32
  1798.           Top = 44
  1799.           Width = 65
  1800.           Height = 17
  1801.           Hint = '|Use Dutch language dictionary'
  1802.           Caption = 'Dutch'
  1803.           Font.Charset = DEFAULT_CHARSET
  1804.           Font.Color = clBlack
  1805.           Font.Height = -11
  1806.           Font.Name = 'Arial'
  1807.           Font.Style = []
  1808.           ParentFont = False
  1809.           TabOrder = 2
  1810.           OnClick = UpdateDictionary
  1811.         end
  1812.         object radFrench: TRadioButton
  1813.           Tag = 3
  1814.           Left = 132
  1815.           Top = 20
  1816.           Width = 69
  1817.           Height = 17
  1818.           Hint = '|Use French language dictionary'
  1819.           Caption = 'French'
  1820.           Font.Charset = DEFAULT_CHARSET
  1821.           Font.Color = clBlack
  1822.           Font.Height = -11
  1823.           Font.Name = 'Arial'
  1824.           Font.Style = []
  1825.           ParentFont = False
  1826.           TabOrder = 3
  1827.           OnClick = UpdateDictionary
  1828.         end
  1829.         object radGerman: TRadioButton
  1830.           Tag = 4
  1831.           Left = 132
  1832.           Top = 44
  1833.           Width = 65
  1834.           Height = 17
  1835.           Hint = '|Use German language dictionary'
  1836.           Caption = 'German'
  1837.           Font.Charset = DEFAULT_CHARSET
  1838.           Font.Color = clBlack
  1839.           Font.Height = -11
  1840.           Font.Name = 'Arial'
  1841.           Font.Style = []
  1842.           ParentFont = False
  1843.           TabOrder = 4
  1844.           OnClick = UpdateDictionary
  1845.         end
  1846.         object radItalian: TRadioButton
  1847.           Tag = 5
  1848.           Left = 132
  1849.           Top = 68
  1850.           Width = 65
  1851.           Height = 17
  1852.           Hint = '|Use Italian language dictionary'
  1853.           Caption = 'Italian'
  1854.           Font.Charset = DEFAULT_CHARSET
  1855.           Font.Color = clBlack
  1856.           Font.Height = -11
  1857.           Font.Name = 'Arial'
  1858.           Font.Style = []
  1859.           ParentFont = False
  1860.           TabOrder = 5
  1861.           OnClick = UpdateDictionary
  1862.         end
  1863.         object radLegal: TRadioButton
  1864.           Tag = 6
  1865.           Left = 236
  1866.           Top = 20
  1867.           Width = 69
  1868.           Height = 17
  1869.           Hint = '|Use Legal language dictionary'
  1870.           Caption = 'Legal'
  1871.           Font.Charset = DEFAULT_CHARSET
  1872.           Font.Color = clBlack
  1873.           Font.Height = -11
  1874.           Font.Name = 'Arial'
  1875.           Font.Style = []
  1876.           ParentFont = False
  1877.           TabOrder = 6
  1878.           OnClick = UpdateDictionary
  1879.         end
  1880.         object radMedical: TRadioButton
  1881.           Tag = 7
  1882.           Left = 235
  1883.           Top = 44
  1884.           Width = 70
  1885.           Height = 17
  1886.           Hint = '|Use Medical language dictionary'
  1887.           Caption = 'Medical'
  1888.           Font.Charset = DEFAULT_CHARSET
  1889.           Font.Color = clBlack
  1890.           Font.Height = -11
  1891.           Font.Name = 'Arial'
  1892.           Font.Style = []
  1893.           ParentFont = False
  1894.           TabOrder = 7
  1895.           OnClick = UpdateDictionary
  1896.         end
  1897.         object radSpanish: TRadioButton
  1898.           Tag = 8
  1899.           Left = 235
  1900.           Top = 68
  1901.           Width = 70
  1902.           Height = 17
  1903.           Hint = '|Use Spanish language dictionary'
  1904.           Caption = 'Spanish'
  1905.           Font.Charset = DEFAULT_CHARSET
  1906.           Font.Color = clBlack
  1907.           Font.Height = -11
  1908.           Font.Name = 'Arial'
  1909.           Font.Style = []
  1910.           ParentFont = False
  1911.           TabOrder = 8
  1912.           OnClick = UpdateDictionary
  1913.         end
  1914.       end
  1915.       object grpDialogStyle: TGroupBox
  1916.         Tag = 2
  1917.         Left = 320
  1918.         Top = 4
  1919.         Width = 109
  1920.         Height = 97
  1921.         HelpContext = 1118
  1922.         Caption = 'Dialog Style'
  1923.         Font.Charset = DEFAULT_CHARSET
  1924.         Font.Color = clBlack
  1925.         Font.Height = -12
  1926.         Font.Name = 'Arial'
  1927.         Font.Style = []
  1928.         ParentFont = False
  1929.         TabOrder = 1
  1930.         object radMSWord: TRadioButton
  1931.           Left = 12
  1932.           Top = 20
  1933.           Width = 89
  1934.           Height = 17
  1935.           Hint = '|Use MS Word dialog style for spell check'
  1936.           Caption = 'MS Word'
  1937.           Font.Charset = DEFAULT_CHARSET
  1938.           Font.Color = clBlack
  1939.           Font.Height = -11
  1940.           Font.Name = 'Arial'
  1941.           Font.Style = []
  1942.           ParentFont = False
  1943.           TabOrder = 0
  1944.           OnClick = UpdateDialog
  1945.         end
  1946.         object radWordPerfect: TRadioButton
  1947.           Tag = 1
  1948.           Left = 11
  1949.           Top = 44
  1950.           Width = 94
  1951.           Height = 17
  1952.           Hint = '|Use Word Perfect dialog style for spell check'
  1953.           Caption = 'Word Perfect'
  1954.           Checked = True
  1955.           Font.Charset = DEFAULT_CHARSET
  1956.           Font.Color = clBlack
  1957.           Font.Height = -11
  1958.           Font.Name = 'Arial'
  1959.           Font.Style = []
  1960.           ParentFont = False
  1961.           TabOrder = 1
  1962.           TabStop = True
  1963.           OnClick = UpdateDialog
  1964.         end
  1965.         object radWordPro: TRadioButton
  1966.           Left = 11
  1967.           Top = 68
  1968.           Width = 94
  1969.           Height = 17
  1970.           Hint = '|Use WordPro 96 dialog style for spell check'
  1971.           Caption = 'WordPro 96'
  1972.           Font.Charset = DEFAULT_CHARSET
  1973.           Font.Color = clBlack
  1974.           Font.Height = -11
  1975.           Font.Name = 'Arial'
  1976.           Font.Style = []
  1977.           ParentFont = False
  1978.           TabOrder = 2
  1979.           OnClick = UpdateDialog
  1980.         end
  1981.       end
  1982.       object grpLanguage: TGroupBox
  1983.         Left = 4
  1984.         Top = 108
  1985.         Width = 165
  1986.         Height = 117
  1987.         HelpContext = 1119
  1988.         Caption = 'Language'
  1989.         Font.Charset = DEFAULT_CHARSET
  1990.         Font.Color = clBlack
  1991.         Font.Height = -12
  1992.         Font.Name = 'Arial'
  1993.         Font.Style = []
  1994.         ParentFont = False
  1995.         TabOrder = 2
  1996.         object radLEnglish: TRadioButton
  1997.           Tag = 2
  1998.           Left = 12
  1999.           Top = 68
  2000.           Width = 69
  2001.           Height = 17
  2002.           Hint = '|Use American English in spell check dialog'
  2003.           Caption = 'English'
  2004.           Checked = True
  2005.           Font.Charset = DEFAULT_CHARSET
  2006.           Font.Color = clBlack
  2007.           Font.Height = -11
  2008.           Font.Name = 'Arial'
  2009.           Font.Style = []
  2010.           ParentFont = False
  2011.           TabOrder = 0
  2012.           TabStop = True
  2013.           OnClick = UpdateLanguage
  2014.         end
  2015.         object radLBritish: TRadioButton
  2016.           Left = 12
  2017.           Top = 20
  2018.           Width = 69
  2019.           Height = 17
  2020.           Hint = '|Use British English in spell check dialog'
  2021.           Caption = 'British'
  2022.           Font.Charset = DEFAULT_CHARSET
  2023.           Font.Color = clBlack
  2024.           Font.Height = -11
  2025.           Font.Name = 'Arial'
  2026.           Font.Style = []
  2027.           ParentFont = False
  2028.           TabOrder = 1
  2029.           OnClick = UpdateLanguage
  2030.         end
  2031.         object radLDutch: TRadioButton
  2032.           Tag = 1
  2033.           Left = 12
  2034.           Top = 44
  2035.           Width = 65
  2036.           Height = 17
  2037.           Hint = '|Use Dutch in spell check dialog'
  2038.           Caption = 'Dutch'
  2039.           Font.Charset = DEFAULT_CHARSET
  2040.           Font.Color = clBlack
  2041.           Font.Height = -11
  2042.           Font.Name = 'Arial'
  2043.           Font.Style = []
  2044.           ParentFont = False
  2045.           TabOrder = 2
  2046.           OnClick = UpdateLanguage
  2047.         end
  2048.         object radLFrench: TRadioButton
  2049.           Tag = 3
  2050.           Left = 88
  2051.           Top = 20
  2052.           Width = 69
  2053.           Height = 17
  2054.           Hint = '|Use French in spell check dialog'
  2055.           Caption = 'French'
  2056.           Font.Charset = DEFAULT_CHARSET
  2057.           Font.Color = clBlack
  2058.           Font.Height = -11
  2059.           Font.Name = 'Arial'
  2060.           Font.Style = []
  2061.           ParentFont = False
  2062.           TabOrder = 3
  2063.           OnClick = UpdateLanguage
  2064.         end
  2065.         object radLGerman: TRadioButton
  2066.           Tag = 4
  2067.           Left = 88
  2068.           Top = 44
  2069.           Width = 65
  2070.           Height = 17
  2071.           Hint = '|Use German in spell check dialog'
  2072.           Caption = 'German'
  2073.           Font.Charset = DEFAULT_CHARSET
  2074.           Font.Color = clBlack
  2075.           Font.Height = -11
  2076.           Font.Name = 'Arial'
  2077.           Font.Style = []
  2078.           ParentFont = False
  2079.           TabOrder = 4
  2080.           OnClick = UpdateLanguage
  2081.         end
  2082.         object radLItalian: TRadioButton
  2083.           Tag = 5
  2084.           Left = 88
  2085.           Top = 68
  2086.           Width = 65
  2087.           Height = 17
  2088.           Hint = '|Use Italian in spell check dialog'
  2089.           Caption = 'Italian'
  2090.           Font.Charset = DEFAULT_CHARSET
  2091.           Font.Color = clBlack
  2092.           Font.Height = -11
  2093.           Font.Name = 'Arial'
  2094.           Font.Style = []
  2095.           ParentFont = False
  2096.           TabOrder = 5
  2097.           OnClick = UpdateLanguage
  2098.         end
  2099.         object radLSpanish: TRadioButton
  2100.           Tag = 6
  2101.           Left = 51
  2102.           Top = 92
  2103.           Width = 70
  2104.           Height = 17
  2105.           Hint = '|Use Spanish in spell check dialog'
  2106.           Caption = 'Spanish'
  2107.           Font.Charset = DEFAULT_CHARSET
  2108.           Font.Color = clBlack
  2109.           Font.Height = -11
  2110.           Font.Name = 'Arial'
  2111.           Font.Style = []
  2112.           ParentFont = False
  2113.           TabOrder = 6
  2114.           OnClick = UpdateLanguage
  2115.         end
  2116.       end
  2117.       object grpMisc: TGroupBox
  2118.         Left = 176
  2119.         Top = 108
  2120.         Width = 137
  2121.         Height = 117
  2122.         HelpContext = 1120
  2123.         Caption = 'Miscellaneous'
  2124.         Font.Charset = DEFAULT_CHARSET
  2125.         Font.Color = clBlack
  2126.         Font.Height = -12
  2127.         Font.Name = 'Arial'
  2128.         Font.Style = []
  2129.         ParentFont = False
  2130.         TabOrder = 3
  2131.         object chkSIcons: TCheckBox
  2132.           Left = 16
  2133.           Top = 24
  2134.           Width = 97
  2135.           Height = 17
  2136.           Hint = '|Show icons in spell check dialog'
  2137.           Caption = 'Show Icons'
  2138.           Checked = True
  2139.           Font.Charset = DEFAULT_CHARSET
  2140.           Font.Color = clBlack
  2141.           Font.Height = -11
  2142.           Font.Name = 'Arial'
  2143.           Font.Style = []
  2144.           ParentFont = False
  2145.           State = cbChecked
  2146.           TabOrder = 0
  2147.         end
  2148.         object chkSHTML: TCheckBox
  2149.           Tag = 1
  2150.           Left = 16
  2151.           Top = 52
  2152.           Width = 105
  2153.           Height = 13
  2154.           Hint = '|Support HTML in spell check'
  2155.           Caption = 'Support HTML'
  2156.           Font.Charset = DEFAULT_CHARSET
  2157.           Font.Color = clBlack
  2158.           Font.Height = -11
  2159.           Font.Name = 'Arial'
  2160.           Font.Style = []
  2161.           ParentFont = False
  2162.           TabOrder = 1
  2163.         end
  2164.       end
  2165.     end
  2166.   end
  2167.   object barTools: TSpeedBar
  2168.     Left = 0
  2169.     Top = 0
  2170.     Width = 441
  2171.     Height = 29
  2172.     Hint = '|Right-click for toolbar options'
  2173.     HelpContext = 1112
  2174.     Font.Charset = DEFAULT_CHARSET
  2175.     Font.Color = clWindowText
  2176.     Font.Height = -12
  2177.     Font.Name = 'Comic Sans MS'
  2178.     Font.Style = []
  2179.     Options = [sbFlatBtns]
  2180.     BtnOffsetHorz = 3
  2181.     BtnOffsetVert = 3
  2182.     BtnWidth = 24
  2183.     BtnHeight = 23
  2184.     BevelOuter = bvNone
  2185.     PopupMenu = pumToolBar
  2186.     TabOrder = 1
  2187.     InternalVer = 1
  2188.     object secFile: TSpeedbarSection
  2189.       Caption = 'File'
  2190.     end
  2191.     object btnCancel: TSpeedItem
  2192.       Caption = 'Cancel Preferences'
  2193.       Hint = 'Cancel preferences'
  2194.       ImageIndex = 15
  2195.       Spacing = 1
  2196.       Left = 11
  2197.       Top = 3
  2198.       Visible = True
  2199.       OnClick = UpdateFileMenu
  2200.       SectionName = 'File'
  2201.     end
  2202.     object btnClose: TSpeedItem
  2203.       Tag = 1
  2204.       Caption = 'Save Preferences'
  2205.       Hint = 'Save preferences'
  2206.       ImageIndex = 50
  2207.       Spacing = 1
  2208.       Left = 35
  2209.       Top = 3
  2210.       Visible = True
  2211.       OnClick = UpdateFileMenu
  2212.       SectionName = 'File'
  2213.     end
  2214.   end
  2215.   object barStatus: TStatusBar
  2216.     Left = 0
  2217.     Top = 308
  2218.     Width = 441
  2219.     Height = 19
  2220.     Panels = <>
  2221.     SimplePanel = True
  2222.   end
  2223.   object strPreferences: TFormStorage
  2224.     IniFileName = '\Software\JSoft Consulting\NotePads+'
  2225.     IniSection = 'Preferences'
  2226.     UseRegistry = True
  2227.     StoredProps.Strings = (
  2228.       'pnlDLeft.Width'
  2229.       'mniOptions1.Checked'
  2230.       'mniOptions2.Checked'
  2231.       'mniOptions0.Checked'
  2232.       'mniOptions3.Checked'
  2233.       'mniOptions4.Checked'
  2234.       'radBritish.Checked'
  2235.       'radDutch.Checked'
  2236.       'radEnglish.Checked'
  2237.       'radFrench.Checked'
  2238.       'radGerman.Checked'
  2239.       'radItalian.Checked'
  2240.       'radLegal.Checked'
  2241.       'radMedical.Checked'
  2242.       'radSpanish.Checked'
  2243.       'radMSWord.Checked'
  2244.       'radWordPerfect.Checked'
  2245.       'radWordPro.Checked'
  2246.       'radLBritish.Checked'
  2247.       'radLDutch.Checked'
  2248.       'radLEnglish.Checked'
  2249.       'radLFrench.Checked'
  2250.       'radLGerman.Checked'
  2251.       'radLItalian.Checked'
  2252.       'radLSpanish.Checked'
  2253.       'chkSHTML.Checked'
  2254.       'chkSIcons.Checked'
  2255.       'mniExplore.Checked'
  2256.       'mniStandard.Checked'
  2257.       'mniOptions5.Checked'
  2258.       'radMax.Checked'
  2259.       'radMin.Checked'
  2260.       'radNorm.Checked'
  2261.       'lblFont.Color'
  2262.       'lblFont.Font'
  2263.       'chkFAVYes.Checked'
  2264.       'chkMRUYes.Checked'
  2265.       'pagPrefer.ActivePage'
  2266.       'barTools.Options'
  2267.       'cbxEScreen.SelectedColor'
  2268.       'cbxFHigh.SelectedColor'
  2269.       'cbxMScreen.SelectedColor'
  2270.       'btnFont.Flat'
  2271.       'barFavorite.Options'
  2272.       'chkShowSelBar.Checked'
  2273.       'edtUndo.Value'
  2274.       'chkFontPrint.Checked')
  2275.     Left = 8
  2276.     Top = 240
  2277.   end
  2278.   object mnuMain: TMainMenu
  2279.     Left = 8
  2280.     Top = 296
  2281.     object mniPreferences: TMenuItem
  2282.       Caption = '&Preferences'
  2283.       object mniOptions1: TMenuItem
  2284.         Tag = 1
  2285.         Caption = 'Date - &Time'
  2286.         Checked = True
  2287.         GroupIndex = 2
  2288.         Hint = 'Change date and time preferences'
  2289.         ImageIndex = 19
  2290.         RadioItem = True
  2291.         OnClick = UpdateOptionsMenu
  2292.       end
  2293.       object mniOptions5: TMenuItem
  2294.         Tag = 5
  2295.         Caption = '&Display'
  2296.         GroupIndex = 2
  2297.         Hint = 'Change display preferences'
  2298.         ImageIndex = 49
  2299.         RadioItem = True
  2300.         OnClick = UpdateOptionsMenu
  2301.       end
  2302.       object mniOptions2: TMenuItem
  2303.         Tag = 2
  2304.         Caption = 'F&avorite Files'
  2305.         GroupIndex = 2
  2306.         Hint = 'Change your favorite files list'
  2307.         ImageIndex = 16
  2308.         RadioItem = True
  2309.         OnClick = UpdateOptionsMenu
  2310.       end
  2311.       object mniOptions3: TMenuItem
  2312.         Tag = 3
  2313.         Caption = '&Network'
  2314.         GroupIndex = 2
  2315.         Hint = 'Change network options'
  2316.         ImageIndex = 17
  2317.         RadioItem = True
  2318.         OnClick = UpdateOptionsMenu
  2319.       end
  2320.       object mniOptions0: TMenuItem
  2321.         Caption = 'Open/Save &Filters'
  2322.         GroupIndex = 2
  2323.         Hint = 'Change open and save filters'
  2324.         ImageIndex = 20
  2325.         RadioItem = True
  2326.         OnClick = UpdateOptionsMenu
  2327.       end
  2328.       object mniOptions4: TMenuItem
  2329.         Tag = 4
  2330.         Caption = 'S&pell Checker'
  2331.         GroupIndex = 2
  2332.         Hint = 'Change spell checker options'
  2333.         ImageIndex = 52
  2334.         RadioItem = True
  2335.         OnClick = UpdateOptionsMenu
  2336.       end
  2337.       object mniBar1: TMenuItem
  2338.         Caption = '-'
  2339.         GroupIndex = 2
  2340.       end
  2341.       object mniCancel: TMenuItem
  2342.         Caption = '&Cancel'
  2343.         GroupIndex = 3
  2344.         Hint = 'Cancel preferences'
  2345.         ImageIndex = 15
  2346.         OnClick = UpdateFileMenu
  2347.       end
  2348.       object mniSave: TMenuItem
  2349.         Tag = 1
  2350.         Caption = '&Save'
  2351.         GroupIndex = 3
  2352.         Hint = 'Save preferences'
  2353.         ImageIndex = 50
  2354.         OnClick = UpdateFileMenu
  2355.       end
  2356.     end
  2357.   end
  2358.   object pumToolBar: TPopupMenu
  2359.     Left = 8
  2360.     Top = 268
  2361.     object mniExplore: TMenuItem
  2362.       Caption = 'I&Explorer Style'
  2363.       Checked = True
  2364.       GroupIndex = 4
  2365.       Hint = 'Display tool bar with flat buttons'
  2366.       RadioItem = True
  2367.       OnClick = UpdateMenus
  2368.     end
  2369.     object mniStandard: TMenuItem
  2370.       Tag = 1
  2371.       Caption = 'S&tandard Style'
  2372.       GroupIndex = 4
  2373.       Hint = 'Display tool bar with raised buttons'
  2374.       RadioItem = True
  2375.       OnClick = UpdateMenus
  2376.     end
  2377.   end
  2378.   object appEvents: TAppEvents
  2379.     OnIdle = appEventsIdle
  2380.     OnHint = appEventsHint
  2381.     Left = 8
  2382.     Top = 212
  2383.   end
  2384. end
  2385.